CEIL[ING]

Purpose

This function returns the smallest whole number that is larger or equal to the given number.

Syntax

ceiling::=

Ceil[ing]

Usage Notes

Example

SELECT CEIL(0.234) CEIL;